projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b70a619
)
(esc-map): Delete spurious wrong binding for M-TAB.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Jun 1997 02:52:57 +0000
(
02:52
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Jun 1997 02:52:57 +0000
(
02:52
+0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index a65054bb945256c2c9fa2c409753e80c679c5ab7..795ae4c409b1aaeefd1d41efa205e25952f4575c 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-491,7
+491,6
@@
for \\[find-tag] (which see)."
(define-key ctl-x-map "nd" 'narrow-to-defun)
(define-key esc-map "(" 'insert-parentheses)
(define-key esc-map ")" 'move-past-close-and-reindent)
-(define-key esc-map "\t" 'lisp-complete-symbol)
(define-key ctl-x-map "\C-e" 'eval-last-sexp)